Skip to content

CLI: Update hypeman SDK to a63ff054a3 and add new flags#39

Merged
rgarcia merged 1 commit intomainfrom
cli-coverage-update
Feb 15, 2026
Merged

CLI: Update hypeman SDK to a63ff054a3 and add new flags#39
rgarcia merged 1 commit intomainfrom
cli-coverage-update

Conversation

@kernel-internal
Copy link
Contributor

@kernel-internal kernel-internal bot commented Feb 15, 2026

Summary

  • Updated hypeman-go SDK to a63ff054a3ddb27eb3031d0750c86b67047cf0dc (v0.11.0)
  • Added --image-name flag to hypeman build for BuildNewParams.ImageName

Coverage Analysis

This PR was generated by performing a full enumeration of SDK methods and CLI commands.

SDK Update

  • Updated hypeman-go to a63ff054a3ddb27eb3031d0750c86b67047cf0dc

New Flags

  • --image-name on hypeman build for BuildNewParams.ImageName — allows specifying a custom image name for the build output

Test plan

  • Verify hypeman build --image-name my-image . passes the image name to the SDK
  • Verify hypeman build . still works without the flag
  • Verify go build ./... passes

Triggered by: kernel/hypeman-go@a63ff05
Reviewer: @stainless-app[bot]

Made with Cursor


Note

Low Risk
Small, additive CLI surface change plus an SDK version bump; risk is mainly compatibility/regression if hypeman-go v0.11.0 changes request/response semantics.

Overview
Updates the hypeman-go dependency from v0.10.0 to v0.11.0 (with corresponding go.sum changes).

Extends hypeman build with a new --image-name flag and forwards it into the build request (BuildNewParams.ImageName), allowing callers to control the output image name/path when pushing.

Written by Cursor Bugbot for commit 3b4bca5. This will update automatically on new commits. Configure here.

- Updated hypeman-go to v0.11.0 (a63ff054a3ddb27eb3031d0750c86b67047cf0dc)
- Added --image-name flag to `hypeman build` for BuildNewParams.ImageName

Co-authored-by: Cursor <cursoragent@cursor.com>
@rgarcia rgarcia merged commit 6e38b47 into main Feb 15, 2026
4 checks passed
@rgarcia rgarcia deleted the cli-coverage-update branch February 15, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant